Fix bug #11653 with cursor positioning in a row that has only strings.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jun 2012 09:57:56 +0000 (12:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jun 2012 09:57:56 +0000 (12:57 +0300)
commitfe2460cb784c0d7e06450ed8bf1c1294a4635606
tree75a8a4da9d95e19ce4f4347d5258f04c57b11c71
parent322b78e94d78aac0e49b240dd5b09a12a3455bf2
Fix bug #11653 with cursor positioning in a row that has only strings.

 src/xdisp.c (set_cursor_from_row): Don't dereference glyphs_end.  If
 all the glyphs of the glyph row came from strings, and we have no
 cursor positioning clues, put the cursor on the first glyph of the
 row.
src/ChangeLog
src/xdisp.c